func fmt.parsenum
5 uses
fmt (current package)
print.go#L357: func parsenum(s string, start, end int) (num int, isnum bool, newi int) {
print.go#L983: width, ok, newi := parsenum(format, 1, i)
print.go#L1108: p.fmt.wid, p.fmt.widPresent, i = parsenum(format, i, end)
print.go#L1134: p.fmt.prec, p.fmt.precPresent, i = parsenum(format, i, end)
scan.go#L1204: s.maxWid, widPresent, i = parsenum(format, i, end)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |